dm: sandbox: Enable cbfs and cramfs
authorSimon Glass <[email protected]>
Mon, 29 Feb 2016 22:25:50 +0000 (15:25 -0700)
committerSimon Glass <[email protected]>
Mon, 14 Mar 2016 21:34:50 +0000 (15:34 -0600)
Enable these two filesystems to provide better build coverage in sandbox.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Tested-by: Stephen Warren <[email protected]>
include/configs/sandbox.h

index 786bb112c3ea3f91d0375604ddc61bb2c0343e37..f73d04087fa8da421b2c59df298a4aca2f201e17 100644 (file)
@@ -44,6 +44,9 @@
 #define CONFIG_CMD_FAT
 #define CONFIG_CMD_EXT4
 #define CONFIG_CMD_EXT4_WRITE
+#define CONFIG_CMD_CBFS
+#define CONFIG_CMD_CRAMFS
+#define CONFIG_CRAMFS_CMDLINE
 #define CONFIG_CMD_PART
 #define CONFIG_DOS_PARTITION
 #define CONFIG_HOST_MAX_DEVICES 4